PDF4Java Reference Documentation
com.o2sol.pdf4java.standards Package / PDFUAFormatter Class / save Method / save(PDFFixedDocument,String,PDFUAFormat) Method
The document to save.
Destination file where the document is saved.
PDF/UA format for the saved document.
In This Topic
    save(PDFFixedDocument,String,PDFUAFormat) Method
    In This Topic
    Saves the document to the file in the specified PDF/UA format.
    Syntax
    public static void save( 
       PDFFixedDocument document,
       java.lang.String fileName,
       PDFUAFormat format
    )

    Parameters

    document
    The document to save.
    fileName
    Destination file where the document is saved.
    format
    PDF/UA format for the saved document.
    See Also